home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / e / misc.txt / 000306_Christian.Cort…ni-stuttgart.de_Wed Feb 10 15:08:13 2010.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Path: reader2.panix.com!panix!newsfeed-00.mathworks.com!fu-berlin.de!news.addix.net!feed.news.schlund.de!schlund.de!news.online.de!not-for-mail
  2. From: Christian Corti <Christian.Corti@studserv.uni-stuttgart.de>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: Re: Announce: C-Kermit 9.0 Alpha.02
  5. Date: Wed, 10 Feb 2010 11:16:20 +0100
  6. Organization: Kompetenzzentrum fyr Minimal- und Retrocomputing
  7. Lines: 26
  8. Message-ID: <kkda47-nn8.ln1@news.online.de>
  9. References: <slrnhmejtk.5hv.fdc@panix2.panix.com> <j3jq37-lis.ln1@news.online.de> <slrnhmp24d.i53.fdc@panix2.panix.com> <tke847-tum.ln1@news.online.de> <slrnhn34j0.em3.fdc@panix2.panix.com>
  10. Reply-To: cc@corti-net.de
  11. NNTP-Posting-Host: p57b512fd.dip0.t-ipconnect.de
  12. X-Trace: online.de 1265798401 19312 87.181.18.253 (10 Feb 2010 10:40:01 GMT)
  13. X-Complaints-To: abuse@einsundeins.com
  14. NNTP-Posting-Date: Wed, 10 Feb 2010 10:40:01 +0000 (UTC)
  15. Cancel-Lock: sha1:ZdFAfsN2ndNmQlyQfUnmKU4dSrc=
  16. User-Agent: tin/1.9.5-20090720 ("Rieclachan") (UNIX) (Linux/2.6.26 (i686))
  17. Xref: panix comp.protocols.kermit.misc:15906
  18.  
  19. Frank da Cruz <fdc@panix.com> wrote:
  20. > You built it on Minix 2.0?  So the version with curses and not
  21.  
  22. No, I didn't. I've added the SunOS parts right above that Minix comment.
  23.  
  24. > to keep the compiler passes from dumping core, right?  How big was the
  25. > executable (for the table at http://www.columbia.edu/kermit/ck90.html )?
  26.  
  27. The size of wermit (stripped, with curses/termcap) is 2400256 bytes. The
  28. size of C-Kermit 8.0.211 (which runs fine with my NCurses... hmm...) is
  29. 2334720 bytes.
  30. # ldd ./wermit
  31.         -lc.1 => /usr/lib/libc.so.1.9
  32.         -ldl.1 => /usr/lib/libdl.so.1.0
  33. # ldd /usr/local/bin/kermit
  34.         -lncurses.5 => /usr/local/lib/libncurses.so.5.7
  35.         -lc.1 => /usr/lib/libc.so.1.9
  36.         -ldl.1 => /usr/lib/libdl.so.1.0
  37.  
  38. BTW you need to modify the sys/ioctl.h include file, i.e. comment out
  39. the "struct winsize" and "struct ttysize". Otherwise there will be a
  40. conflict with sys/ttycom.h (included by termios.h) which also declares
  41. these structs. But you need both includes.
  42.  
  43. Christian
  44.